Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

EVEREST-633 Fix adding namespaces after initial install #286

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

recharte
Copy link
Collaborator

@recharte recharte commented Feb 9, 2024

Fix adding namespaces after initial install

Problem:
EVEREST-633

With the initial implementation we weren't able to add new namespaces after initial install.

Cause:
The operator subscription was never update which lead to the DB_NAMESPACES env var not change so the everest-operator and everest BE wouldn't know about the new namespces.

Solution:
Update the subscription with a merged env var list.

CHECKLIST

Jira

  • Is the Jira ticket created and referenced properly?

Tests

  • Is an Integration test/test case added for the new feature/change?
  • Are unit tests added where appropriate?

@recharte recharte requested a review from a user February 9, 2024 13:07
pkg/kubernetes/kubernetes.go Outdated Show resolved Hide resolved
pkg/kubernetes/kubernetes_test.go Outdated Show resolved Hide resolved
pkg/kubernetes/kubernetes_test.go Outdated Show resolved Hide resolved
pkg/kubernetes/kubernetes_test.go Outdated Show resolved Hide resolved
@recharte recharte force-pushed the EVEREST-633-fix-adding-namespaces branch from e9fdb1c to c205faa Compare February 9, 2024 16:07
@recharte recharte merged commit ca74e11 into main Feb 9, 2024
10 checks passed
@recharte recharte deleted the EVEREST-633-fix-adding-namespaces branch February 9, 2024 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants